價格:免費
更新日期:2015-01-12
檔案大小:238k
目前版本:1.3.0
版本需求:Android 2.2 以上版本
官方網站:http://swapnull.com
Email:swapnil.go20@gmail.com
Hand drawing in android canvas with eraser.
Source Code : https://github.com/swapgo20/Android-Hand-Drawing
DrawingView is extended from View & used to create a path on canvas based on movement of users finger.
Path & paint object is stored are maintained in a ArrayList. Eraser is achieved by changing paint object color property to white.
Different colors of lines can be achieved by changing paint object color property.